home *** CD-ROM | disk | FTP | other *** search
- //begin_lib <!-- Begin External JavaScript -- DO NOT REMOVE THIS LINE -->
-
- function jsJukeBox(){
- this.SelObject = null;
- this.Play = jb_Play;
- }
-
- function jb_Play(){
- if(this.SelObject){
- var jb_file = this.SelObject.options[this.SelObject.selectedIndex].value;
- if(jb_file){
- window.location = jb_file;
- }
- }else{
- alert("Error: SelObject property value is invalid!");
- }
- }
-
- //end_lib <!-- End External JavaScript -- DO NOT REMOVE THIS LINE -->
-